-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary fix for load combinations #404
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update.
@@ -431,7 +436,7 @@ def main(): | |||
|
|||
# Calculation | |||
print("Calculation started...") | |||
Model.clientModel.service.generate_load_cases_and_combinations() | |||
#Model.clientModel.service.generate_load_cases_and_combinations() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should write some comments like ToDo or these need to be fixed in future after bugfix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bug was resolved. Generation of load combinations is working now. (Version 6.08.0010)
Description
I fixed the example SteelDesignExcel.py again. Because of a bug in WS core the load combinations are not generated automatically which leads to an error during steel design calculation.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: